Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Add( _ ByVal ParamArray legendBoxList() As LegendBox _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Add( params LegendBox[] legendBoxList ) |
C++/CLI | |
---|---|
public: void Add( ... array<LegendBox^> legendBoxList ) |
Parameters
- legendBoxList
- A list of LegendBox objects to add.